home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; Name: w800mdmw.inf
- ;
- ; Function:
- ; Install the Sony Ericsson W800 USB WMC Modem Port Drivers on Win9x/Me
- ;
- ; Copyright (c) 1997-2005 MCCI
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc..
- ;
- ;*****************************************************************************
-
- [Version]
- signature="$CHICAGO$"
- Class=USB
- ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
- Provider=%Provider%
- DriverVer=06/13/2005, 4.34.0.2701
- CatalogFile=w800mdm.cat
-
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;-----------------------------------------------------------------------------
- ; Change A:\ to source drive (or omit to always (?) be prompted)
- ;-----------------------------------------------------------------------------
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- ; having the tagfile non-null seems to help...
- 1=%DiskString%,"w800mdm.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[,[ subdir][, size]]
- w800mdm.sys = 1
- w800cr.sys = 1
- w800vcr.vxd = 1
- w800cm95.sys = 1
- w800cmnt.sys = 1
- w800comm.vxd = 1
- w800vcd.vxd = 1
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %Sony Ericsson%=SEMCW800
-
- ;-----------------------------------------------------------------------------
- ; Device-by-device entries
- ;-----------------------------------------------------------------------------
- [SEMCW800]
- %SEMCW800.Modem.Desc% = SEMCW800.Install, USB\VID_0FCE&PID_D028&MI_01&OS_9X
- %SEMCW800.Modem.Desc2% = SEMCW800.Install2, USB\VID_0FCE&PID_D028&MI_03&OS_9X
-
- ;-----------------------------------------------------------------------------
- ; Installation instructions
- ;-----------------------------------------------------------------------------
-
- [SEMCW800.Install]
- AddReg = SEMCW800.AddReg,SEMCW800.W95.AddReg,SEMCW800.W95.AddReg.CRGuid
- CopyFiles = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
- DriverVer=06/13/2005, 4.34.0.2701
-
-
- ;-----------------------------------------------------------------------------
- ; Registry
- ;-----------------------------------------------------------------------------
-
- ; common registry entries
- [SEMCW800.AddReg]
- HKR,,NTMPDriver,,w800mdm.sys
- HKR,,CRUpperDescription,,%UpperDescription%
- HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
- HKR,,InitialBaudRate, 0x10001, 00,C2,01,00 ;115200 initial baud rate
- HKR,,InitialLineControl,, "8N1" ;8-bits, No parity, 1 stop bit
- HKR,,EnableSetClearFeatureIdle, 0x10001, 01,00,00,00
-
- ; only for Win95....
- [SEMCW800.W95.AddReg]
- HKR,,DevLoader,,*ntkern
-
- [SEMCW800.W95.Addreg.CRGuid]
- HKR,,CRGuid,,{BA96F0C9-629F-4698-9522-D0F48FB89B76}
-
- ;-----------------------------------------------------------------------------
- ; Copy lists
- ;-----------------------------------------------------------------------------
- [CopyFiles]
-
- [CopyFiles.W95]
- w800vcr.vxd
- w800comm.vxd
- w800vcd.vxd
-
- [CopyFiles.sys]
- w800mdm.sys
- w800cr.sys
-
- [CopyFiles.W95.sys]
- w800cm.sys,w800cm95.sys
- w800cm95.sys
- w800cmnt.sys
-
- [Copyfiles.W95.inf]
-
-
- [SEMCW800.Install2]
- AddReg = SEMCW800.AddReg,SEMCW800.W95.AddReg,SEMCW800.W95.AddReg.CRGuid2
- CopyFiles = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
- DriverVer=06/13/2005, 4.34.0.2701
-
- [SEMCW800.W95.Addreg.CRGuid2]
- HKR,,CRGuid,,{AF51E9F5-962A-438f-8290-4071D71FE956}
-
- ;-----------------------------------------------------------------------------
- ; STRINGS
- ;-----------------------------------------------------------------------------
- [Strings]
-
- ;BEGIN ENG - US English Strings
- Provider = "Sony Ericsson"
- Sony Ericsson = "Sony Ericsson"
- DiskString = "Sony Ericsson W800 USB WMC Modem installation disk"
-
- SEMCW800.Modem.Desc = "Sony Ericsson W800 USB WMC Data Modem (WDM)"
- UpperDescription = "Sony Ericsson W800 USB WMC Modem Drivers"
-
- CustomerDataPath = "Sony Ericsson W800"
- DriverSet = "Sony Ericsson W800 Software"
- UninstallFile = "W800Uninstall.exe"
- McciOptions = "Uninstallable NotInstallOnWinVer5"
-
- SEMCW800.Modem.Desc2 = "Sony Ericsson W800 USB WMC Modem (WDM)"
-
- ;END ENG - US English Strings
-
-
- ;-----------------------------------------------------------------------------
- ; The following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
-
- ;*** end of file ***
-